🧠 Brain Tumor Diagnosis Using Deep Learning

🔍 Overview

This project uses deep learning to accurately diagnose brain tumors from MRI scans. Our objective was to create a scalable, automated diagnostic tool to assist medical professionals in detecting various tumor types with high precision.

🧭 Approach

We worked with a dataset of 7,022 MRI images across four categories: glioma, meningioma, pituitary tumor, and no tumor. Multiple CNN-based architectures were trained to classify and localize tumors using advanced image processing techniques.

⚙️ Methodologies

🧰 Technologies

💡 Key Learnings

📈 Results

VGG19 achieved an accuracy of 99.65% with a validation accuracy of 97.86%, followed by ResNet50 at 97.47%. Confusion matrices and evaluation metrics confirmed the model's effectiveness across all tumor classes, making it a reliable diagnostic tool in clinical settings.